home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir42 / dfdset.zip / DOC / GED.DOC < prev    next >
Text File  |  1994-02-14  |  1KB  |  34 lines

  1. Fonts
  2.  
  3. This version of GED supports user-selectable fonts.  These fonts are the 
  4. same ones used by Windows 2.x and Windows 3.x, and end in the extension .
  5. FON.
  6.  
  7. You can use the provided LISTFONT application to list the actual names 
  8. and sizes of the fonts in a .FON file; you will need these to set the 
  9. font in GED.
  10.  
  11. GED is provided with several .FON files; TMSRB, HELVB, and COURB are 
  12. provided by Microsoft, while PCFONT is provided by Chinook Software.
  13. If you have installed Windows, you may get the best looking font by 
  14. using VGAFIX.FON or 8514FIX.FON.
  15.  
  16. The two directives in CONFIG.GED which support these fonts are 
  17.   FONT PATH=dir
  18.     This directive sets the base directory to search for fonts to be 
  19.     dir.  This directory is searched first (default is the current 
  20.     directory) followed by the directory pointed to by the ATK 
  21.     environment variable, and finally the location that the EXE is found 
  22.     in (DOS 3 and higher).
  23.  
  24.     If no fonts (.FON files) are found, GED aborts.
  25.  
  26.   TEXT FONT=fontname(size) or TEXT FONT=fontname(size,size)
  27.     This directive sets the font name and size.  This must be the name 
  28.     of one of the fonts on the Font Path.
  29.  
  30.     The default is PCFONT(12).
  31.  
  32.     If no TEXT FONT is specified in config.ged, and PCFONT.FON is not 
  33.     found, the font selected may appear to be random to the user.
  34.